home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Interview.dir / Internal_48.ls < prev    next >
Encoding:
Text File  |  1997-01-22  |  870 b   |  27 lines

  1. on exitFrame
  2.   if not rollOver(19) and not rollOver(20) and not rollOver(21) and not rollOver(22) and not rollOver(23) and not rollOver(24) and not rollOver(25) and not rollOver(26) then
  3.     repeat with x = 20 to 26
  4.       set the visible of sprite x to 0
  5.     end repeat
  6.   end if
  7.   if the movieTime of sprite 18 = the duration of member the castNum of sprite 18 then
  8.     puppetSprite(14, 1)
  9.     set the castNum of sprite 14 to the number of member "play"
  10.     set the movieRate of sprite 18 to 0
  11.     set the movieRate of sprite 18 to 0
  12.     set the visible of sprite 18 to 0
  13.     puppetSprite(18, 0)
  14.     repeat with x = 12 to 16
  15.       puppetSprite(x, 0)
  16.       set the visible of sprite x to 0
  17.     end repeat
  18.     set the text of field "subtitulo" to " "
  19.     puppetTransition(27, 2)
  20.     updateStage()
  21.     go("pregs")
  22.     exit
  23.   end if
  24.   colocarSubtitulo()
  25.   go(the frame)
  26. end
  27.